home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 4: GNU Archives / Linux Cubed Series 4 - GNU Archives.iso / gnu / binutils.7 / binutils / binutils-2.7 / gas / testsuite / gasp / assign.out < prev    next >
Encoding:
Text File  |  1996-07-04  |  193 b   |  23 lines

  1. !
  2.  
  3. !foo:    .ASSIGNC    "hello"
  4. !BAR:    .ASSIGNA    12+34
  5. !
  6.  
  7. !    \&foo'foo
  8.     hellofoo
  9. !    \&foo\&foo\&foo 
  10.     hellohellohello 
  11. !    \&foo \&foo \&foo 
  12.     hello hello hello 
  13. !    \&BAR\&bar\&BAR
  14.     4646
  15. !
  16.  
  17. !
  18.  
  19. !
  20.  
  21. !    
  22. !    .END
  23.